home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Risc World 3
/
Risc World 3.iso
/
SOFTWARE
/
ISSUE4
/
POWERBASE
/
SCRIPT
/
Scripts
/
Friends
/
ScreenList
< prev
next >
Wrap
Text File
|
2001-06-18
|
443b
|
25 lines
!SCRIPT
!COMMENT First make sure default print options are set to begin with
!PRINTOPTS
!COMMENT Load a print selection file from PrintRes
!SELECTION Selection
!COMMENT Set output format
!FORMAT Vertical
!COMMENT Select descriptors as field labels
!HEADINGS D
!COMMENT Print all records
!QUERY ALL
!COMMENT Clear the selection
!SELECTION
!COMMENT Restore default print options
!PRINTOPTS
!COMMENT Following line is optional
!SCRIPT END